home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HyperLib 1997 Winter - Disc 1
/
HYPERLIB-1997-Winter-CD1.ISO.7z
/
HYPERLIB-1997-Winter-CD1.ISO
/
オンラインウェア
/
COM
/
Handy Mail 1.0b4 folder.sit
/
Handy Mail 1.0b4 folder
/
Handy Mail v1.0b2 Installer
/
Handy Mail v1.0b2 ƒ
/
Resources
/
Sequence Setup
/
background_2786.txt
< prev
next >
Wrap
Text File
|
1995-12-22
|
9KB
|
413 lines
-- background: 2786 from stack: in
-- bmap block id: 3810
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on dragOn objName
set name of bg btn id 1 to objName
put rect of bg fld "runSQ" into sqFldRec
put height of bg btn id 1 into btnTall
put width of bg btn id 1 into btnWidth
put btnTall div 2 into btnTallC
put btnWidth div 4 into btnWidthC
put textHeight of bg fld "runSQ" into sqTextH
put top of bg fld "runSQ" - sqTextH into sqTop
put scroll of bg fld "runSQ" into sqScroll
put false into inFld
repeat
put item 1 of the mouseLoc into h
put item 2 of the mouseLoc into v
set top of bg btn id 1 to (v-btnTallC)
set left of bg btn id 1 to (h-btnWidthC)
if the mouseLoc is within sqFldRec then
put ((v - sqTop) + sqScroll) div sqTextH into t
select line t of bg fld "runSQ"
put true into inFld
else
put false into inFld
end if
if the mouse is up then exit repeat
show bg btn id 1
end repeat
if inFld = true then
put bg fld "runSQ" into cache
put objName & return & (line t of cache) into line t of cache
repeat with k = number of lines of cache down to 1
get line k of cache
if it = "" then delete line k of cache
end repeat
put cache into bg fld "runSQ"
end if
-- select line t of bg fld "runSQ"
hide bg btn id 1
return t
end dragOn
-- part 2 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=278 top=36 right=50 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Listserver
----- HyperTalk script -----
on mouseDown
dragOn short name of me
end mouseDown
-- part 3 (field)
-- low flags: 2D
-- high flags: 8007
-- rect: left=38 top=23 right=242 bottom=209
-- title width / last selected line: 1
-- icon id / first selected line: 1 / 1
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: runSQ
----- HyperTalk script -----
on mouseDown
wait 10
if the mouse is up then exit mouseDown
put word 2 of the clickLine into selLine
put line selLine of bg fld id 3 into t
delete line selLine of bg fld id 3
dragOn t
end mouseDown
on mouseUp
-- select line t of bg fld "runSQ"
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=278 top=72 right=86 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: List (All)
----- HyperTalk script -----
on mouseDown
dragOn short name of me
end mouseDown
-- part 5 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=278 top=108 right=122 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: UUCP Dial-up
----- HyperTalk script -----
on mouseDown
dragOn short name of me
end mouseDown
-- part 6 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=278 top=144 right=158 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: FirstClass Gateway
----- HyperTalk script -----
on mouseDown
dragOn short name of me
end mouseDown
-- part 7 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=278 top=216 right=230 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Delay 30 seconds
----- HyperTalk script -----
on mouseDown
dragOn short name of me
end mouseDown
-- part 8 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=278 top=180 right=194 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Quit Handy Mail
----- HyperTalk script -----
on mouseDown
dragOn short name of me
end mouseDown
-- part 10 (button)
-- low flags: 00
-- high flags: A008
-- rect: left=122 top=247 right=264 bottom=200
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Clear All
----- HyperTalk script -----
on mouseUp
put return into bg fld "runSQ"
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: A008
-- rect: left=38 top=247 right=264 bottom=119
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Use Default
----- HyperTalk script -----
FirstClass Gateway
UUCP Dial-up
Listserver
List (All)
FirstClass Gateway
on mouseUp
put script of me into t
put "" into bg fld "runSQ"
repeat with k = 1 to number of lines of t
if line k of t = "" then
exit repeat
else
put line k of t & return after bg fld "runSQ"
end if
end repeat
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=242 top=26 right=60 bottom=276
-- title width / last selected line: 0
-- icon id / first selected line: 200 / 200
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
----- HyperTalk script -----
on mouseDown
dragOn short name of bg btn id 2
end mouseDown
-- part 14 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=242 top=62 right=96 bottom=276
-- title width / last selected line: 0
-- icon id / first selected line: 20001 / 20001
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
----- HyperTalk script -----
on mouseDown
dragOn short name of bg btn id 4
end mouseDown
-- part 15 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=242 top=98 right=132 bottom=276
-- title width / last selected line: 0
-- icon id / first selected line: 7763 / 7763
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
----- HyperTalk script -----
on mouseDown
dragOn short name of bg btn id 5
end mouseDown
-- part 16 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=242 top=134 right=168 bottom=276
-- title width / last selected line: 0
-- icon id / first selected line: 31519 / 31519
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
----- HyperTalk script -----
on mouseDown
dragOn short name of bg btn id 6
end mouseDown
-- part 17 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=242 top=170 right=204 bottom=276
-- title width / last selected line: 0
-- icon id / first selected line: 20983 / 20983
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
----- HyperTalk script -----
on mouseDown
dragOn short name of bg btn id 8
end mouseDown
-- part 18 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=242 top=206 right=240 bottom=276
-- title width / last selected line: 0
-- icon id / first selected line: 15135 / 15135
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
----- HyperTalk script -----
on mouseDown
dragOn short name of bg btn id 7
end mouseDown
-- part 1 (button)
-- low flags: 80
-- high flags: A002
-- rect: left=-9 top=53 right=67 bottom=105
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: UUCP Dial-up
----- HyperTalk script -----
on mouseUp
dragOn short name of me
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: A009
-- rect: left=317 top=256 right=284 bottom=405
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Done
----- HyperTalk script -----
on mouseUp
close window short name of this stack
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=431 top=1 right=17 bottom=447
-- title width / last selected line: 0
-- icon id / first selected line: 22604 / 22604
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
callHelp "Sequences Setup"
end mouseUp
-- part contents for background part 3
----- text -----
FirstClass Gateway
Listserver
List (All)
FirstClass Gateway